home *** CD-ROM | disk | FTP | other *** search
/ The CICA Windows Explosion! / The CICA Windows Explosion! - Disc 2.iso / programr / mndfra11.exe / MNDFRAME.TXT < prev   
Text File  |  1994-01-23  |  5KB  |  101 lines

  1.     MindFrame for Windows 1.1 Release Note
  2.     ======================================
  3.  
  4.         January 12, 1994
  5.  
  6. "MindFrame for Windows" is a freeware application developed to
  7. teach an object modeling approach presented in the
  8. book: "Object-Oriented GUI Application Development", Geoff Lee,
  9. Prentice-Hall, 1993, ISBN 0-13-363086-2.
  10.  
  11. This application is useful in many other areas as well, for
  12. example, in Bible study (metaphors, parables, prophecies,
  13. types), life form modeling, neural modeling, ecological modeling,
  14. biology, physics, astronomy, and task modeling. There are 25 sample
  15. applications covering these areas. There are also description of
  16. each of the sample application in the on-line Help. Please read
  17. "About MindFrame..." help topic for more information.
  18.  
  19. Release 1.1 has several improvements over the previous release 1.0.
  20. It now supports print preview, and undo, cut, copy, past functions
  21. for the text edit controls for better interapplication communication.
  22. There are five additonal samples in the release covering the following
  23. areas:
  24.    . Global biogeochemical cycles (nitrogen.frm and carbon.frm in
  25.      samples\ecology directory).
  26.    . Biology (cell.frm file in samples\lifeform directory).
  27.    . Astronomy (galaxies.frm file in samples\universe directory).
  28.    . Physics (particle.frm file in samples\universe directory).
  29.  
  30. This is a copyrighted software, but you can freely redistribute if
  31. you keep the release intact.
  32.  
  33. Please send any comment or suggestion to Geoff Lee ("gcl@netcom.com" on 
  34. Internet, or 76460,2760 on CompuServe).
  35.  
  36.    INTERNET ACCESS:
  37.    mndfrsfx.exe (a self-extracting executable of MindFrame for Windows
  38.    release 1.1) is available for anonymous ftp
  39.    on wuarchive.wustl.edu. It is currently in /pub/MSDOS_UPLOADS/win.
  40.    Release 1.0 was loaded on ftp.cica.indiana.edu in the directory
  41.    /pub/pc/win3/programr (mndframe.zip file), and hopefully will be
  42.    replaced with this new release in the next few days.
  43.  
  44.    CompuServe ACCESS:
  45.    It is also in the library of the following forums: IBMAPP, WINUSER,
  46.    and RELIGION. Do a search on user ID 76460,2760 to locate the file
  47.    (different file names in different forum library). The release is
  48.    a .zip file in these forum libraries.
  49.  
  50. The following is the content of mdnframe.txt file in the .zip file:
  51.  
  52. 1. Installation Procedure (depending the release file you are getting):
  53.    A. With mndframe.zip file:
  54.    DOS> mkdir MndFrame
  55.    DOS> cd MndFrame
  56.    DOS> copy b:MndFrame.zip   (or where you kept the mndframe.zip file)
  57.    DOS> unzip -d mndframe.zip  (extract files into current and subdirectories)
  58.    DOS> copy grid.vbx \windows\systems (your local Windows system directory)
  59.  
  60.    B. With mndfrsfx.exe file:
  61.    DOS> mkdir MndFrame
  62.    DOS> cd MndFrame
  63.    DOS> copy b:mndfrsfx.exe   (or where you kept the mndfrsfx.exe file)
  64.    DOS> mnmndfrsfx -d  (self-extract release files into current and
  65.         subdirectories)
  66.    DOS> copy grid.vbx \windows\systems (your local Windows system directory)
  67.  
  68. 2. Running the application:
  69.    . In Windows, open your "File Manager"
  70.    . Go to \MndFrame directory
  71.    . Find the MndFrame.exe file
  72.    . Drag the MndFrame.exe file icon into a "Program Manager" window
  73.    . Open the MndFrame.exe program
  74.  
  75. 3. Sample applications:
  76.    Once you are in the MindFrame application, open files in the 
  77.    \MndFrame\Samples subdirectories. There are 25 sample files organized
  78.    according to areas of application (e.g., object modeling, neural
  79.    modeling, bible studying). You can also find description of each of
  80.    these samples in the On-Line Help file.
  81.  
  82. 4. On-line help:
  83.    Use the "About MindFrame..." menu item in the "Help" menu to learn more
  84.    about this application. There is an on-line help provided for this
  85.    application. Read through the help topics to learn about using this
  86.    application.
  87.  
  88. 5. Files in this release:
  89.    mndframe.txt: this file.
  90.    mdnframe.exe: the executable file of "MindFrame for Windows" freeware.
  91.    mndframe.hlp: the on-line help file for "MindFrame for Windows".
  92.    biblnote.ps:  the PostScript file of help text on using this application
  93.                 to study metaphors, parables, types, and prophecies in the
  94.                 Holy Bible.
  95.    grid.vbx:     the visual basic grid control that is necessary to run this
  96.                 application. It must be copied into your local "system"
  97.                 directory for Windows (\windows\system in most cases).
  98.    samples\*:    in this directory, there are 25 samples (*.frm files) in 
  99.                 the subdirectories for each application area 
  100.                 (e.g., objmodel, ecology, lifeform, neural, parable, universe).
  101.